From 9397d456509afed46ac517a58027c71dcf92ddc0 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 15 May 1993 20:48:34 +0000 Subject: [PATCH] * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for lib-src/getdate.y and src/systime.h. --- configure1.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure1.in b/configure1.in index a662465509a..eaf3aec1326 100755 --- a/configure1.in +++ b/configure1.in @@ -820,6 +820,7 @@ AC_LN_S AC_PROG_CPP AC_HAVE_HEADERS(sys/timeb.h sys/time.h) AC_STDC_HEADERS +AC_TIME_WITH_SYS_TIME AC_RETSIGTYPE AC_ALLOCA AC_HAVE_FUNCS(gettimeofday gethostname dup2) -- 2.30.2